projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80e9d82
)
(awk-mode): Use c-indent-line.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 23 Dec 1993 03:06:30 +0000
(
03:06
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 23 Dec 1993 03:06:30 +0000
(
03:06
+0000)
lisp/progmodes/awk-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/awk-mode.el
b/lisp/progmodes/awk-mode.el
index 40300e9bc221d57f6254f4e7923a767d0cc6e494..3da748376990ad894f0d76cdde36aa3180759f02 100644
(file)
--- a/
lisp/progmodes/awk-mode.el
+++ b/
lisp/progmodes/awk-mode.el
@@
-77,7
+77,7
@@
with no args, if that value is non-nil."
(make-local-variable 'paragraph-ignore-fill-prefix)
(setq paragraph-ignore-fill-prefix t)
(make-local-variable 'indent-line-function)
- (setq indent-line-function '
awk
-indent-line)
+ (setq indent-line-function '
c
-indent-line)
(make-local-variable 'require-final-newline)
(setq require-final-newline t)
(make-local-variable 'comment-start)